[30/12/2012 4:32:52] AutoGK 2.55 [30/12/2012 4:32:52] OS: WinXP (5.1.2600).2 [30/12/2012 4:32:52] Job started. [30/12/2012 4:32:52] Input file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_6_Tides of Change_EN-EN_16'9.mpg [30/12/2012 4:32:52] Output file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_6_Tides of Change_EN-EN_16'9.avi [30/12/2012 4:32:52] Output codec: XviD [30/12/2012 4:32:52] Audio 1: Audio Stream 0 MPEG [30/12/2012 4:32:52] Subtitles: none [30/12/2012 4:32:52] Format: AVI [30/12/2012 4:32:52] Target size: 600Mb [30/12/2012 4:32:52] Custom resolution settings: fixed width of 720 pixels [30/12/2012 4:32:52] Audio 1 settings: Original [30/12/2012 4:32:52] Standalone support enabled: ESS [30/12/2012 4:32:52] Started encoding. [30/12/2012 4:32:52] Demuxing and indexing. [30/12/2012 4:34:12] Processing file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_6_Tides of Change_EN-EN_16'9.mpg [30/12/2012 4:34:12] Source resolution: 720x576 [30/12/2012 4:34:12] Found PAL source. [30/12/2012 4:34:12] Source aspect ratio: 4:3 [30/12/2012 4:34:12] Manual aspect ratio: 16:9 [30/12/2012 4:34:12] Analyzing source. [30/12/2012 4:36:17] Source has percentage of interlacing in motion areas: 0,00 [30/12/2012 4:36:17] Source is considered to be progressive. [30/12/2012 4:36:17] Output will contain 69059 frames [30/12/2012 4:36:17] Forcing encoding with sharp matrix. [30/12/2012 4:36:17] Using VAQ in XviD [30/12/2012 4:36:17] Audio1 size: 88,396,800 bytes (84.30 Mb) [30/12/2012 4:36:17] Overhead: 820,096 bytes (0.78 Mb) [30/12/2012 4:36:17] Video size: 539,928,704 bytes (514.92 Mb) [30/12/2012 4:36:17] Running compressibility test. [30/12/2012 4:36:17] Writing the following script to G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_6_Tides of Change_EN-EN_16'9_comptest.avs =========================================================== LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_6_Tides of Change_EN-EN_16'9.d2v") cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 1.42222222222222 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 720 out_height = round(float(out_width) / input_par) hmod = out_height - (floor(out_height / 16 ) * 16) out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod) new_aspect = (float(out_width) / float(out_height)) / fixed_aspect autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) SelectRangeEvery(300,15) =========================================================== [30/12/2012 4:37:42] Duration was: 1 minute, 24 seconds [30/12/2012 4:37:42] Speed was: 40,83 fps. [30/12/2012 4:37:42] Compressibility percentage is: 57,08 [30/12/2012 4:37:42] Chosen resolution is: 720x416 ( AR: 1,73 ) [30/12/2012 4:37:42] Predicted comptest value is: 57,08% [30/12/2012 4:37:42] Running first pass. [30/12/2012 4:37:42] Writing the following script to G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_6_Tides of Change_EN-EN_16'9_movie.avs =========================================================== LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_6_Tides of Change_EN-EN_16'9.d2v") cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 1.42222222222222 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 720 out_height = round(float(out_width) / input_par) hmod = out_height - (floor(out_height / 16 ) * 16) out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod) new_aspect = (float(out_width) / float(out_height)) / fixed_aspect autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) =========================================================== [30/12/2012 4:57:53] Duration was: 20 minutes 11 seconds [30/12/2012 4:57:53] Speed was: 57,02 fps. [30/12/2012 4:57:53] Expected quality of first pass size: 56,43% [30/12/2012 4:57:53] Running second pass. [30/12/2012 5:20:50] Duration was: 22 minutes 57 seconds [30/12/2012 5:20:50] Speed was: 50,15 fps. [30/12/2012 5:20:50] Job finished. Total time: 47 minutes 58 seconds